-- XSD schema extracted from ITU-T H.627 (08/2020)
<?xml version="1.0" encoding="utf-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<choice maxOccurs="unbounded">
<element name="Response">
<complexType>
<sequence>
<!-- The query request response message is shown as follows.-->
<!-- Command type: audio broadcast notification (required)-->
<element name="CmdType" fixed="Broadcast"/>
<!-- Command SN (required) -->
<element name="SN" type="integer" minInclusive="1"/>
<!-- Audio output device ID (required) -->
<element name="DeviceID" type="deviceIDType"/>
<!-- Execution result markup (required) -->
<element name="Result" type="resultType"/>
</sequence>
</complexType>
</element>
</choice>
</schema>